/* line 17, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../../../Applications/Fire.app/Contents/Resources/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_base.scss */
body {
  font-family: "Open Sans", "Helvetica Neue", "HelveticaNeue", Helvetica, Arial, 'Lucida Grande', 'LiHei Pro', 'Microsoft JhengHei', '微軟正黑體', 'Microsoft YaHei', '微軟雅黑體', sans-serif;
  background-color: #DDD;
  background-image: url("images/main_bg.png");
  background-position: center top;
  background-repeat: no-repeat;
  width: 1080px;
  margin: 0 auto;
  color: #666;
}
/* line 12, ../sass/_base.scss */
body.popup {
  overflow: hidden;
}
/* line 16, ../sass/_base.scss */
body * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-decoration: none;
  color: #666;
}
/* line 24, ../sass/_base.scss */
body textarea, body select, body input[type="date"], body input[type="datetime"], body input[type="datetime-local"], body input[type="email"], body input[type="month"], body input[type="number"], body input[type="password"], body input[type="search"], body input[type="tel"], body input[type="text"], body input[type="time"], body input[type="url"], body input[type="week"] {
  -webkit-background-clip: padding;
  -moz-background-clip: padding;
  background-clip: padding-box;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  -webkit-appearance: none;
  background-color: #fff;
  outline: 0;
  margin: 0;
  padding: 0;
  text-align: left;
  font-size: 1em;
  height: 1em;
  vertical-align: middle;
  padding: 0 5px;
}
/* line 45, ../sass/_base.scss */
body input[type="checkbox"] {
  vertical-align: middle;
}
/* line 49, ../sass/_base.scss */
body textarea:disabled, body select:disabled, body input[type="date"]:disabled, body input[type="datetime"]:disabled, body input[type="datetime-local"]:disabled, body input[type="email"]:disabled, body input[type="month"]:disabled, body input[type="number"]:disabled, body input[type="password"]:disabled, body input[type="search"]:disabled, body input[type="tel"]:disabled, body input[type="text"]:disabled, body input[type="time"]:disabled, body input[type="url"]:disabled, body input[type="week"]:disabled {
  background: #DDD;
}
/* line 53, ../sass/_base.scss */
body select, body select, body select {
  background: white url(data:image/png;base64,R0lGODlhDQAEAIAAAAAAAP8A/yH5BAEHAAEALAAAAAANAAQAAAILhA+hG5jMDpxvhgIAOw==);
  background-repeat: no-repeat;
  background-position: 97% center;
  padding: 0 25px 0 8px;
  font-size: .875em;
}
/* line 61, ../sass/_base.scss */
body #wrap {
  height: auto;
}
/* line 63, ../sass/_base.scss */
body #wrap .container {
  position: relative;
}
/* line 65, ../sass/_base.scss */
body #wrap .container .content_title {
  position: absolute;
  top: 10px;
  right: 90px;
}
/* line 73, ../sass/_base.scss */
body .popup_wrapper {
  display: none;
}

/* line 79, ../sass/_base.scss */
body#meet_macao #wrap, body#terms_and_conditions #wrap, body#award_recipients #wrap {
  background-image: url("images/content_page/content_bg_addition.png");
  background-repeat: repeat-y;
  background-position: center;
  background-size: 920px;
}
/* line 84, ../sass/_base.scss */
body#meet_macao #wrap .container, body#terms_and_conditions #wrap .container, body#award_recipients #wrap .container {
  background-image: url("images/content_page/content_bg.png");
  background-repeat: no-repeat;
  background-position: center top;
  width: 100%;
  height: auto;
  padding: 20px 100px;
}
/* line 91, ../sass/_base.scss */
body#meet_macao #wrap .container .paragraphs, body#terms_and_conditions #wrap .container .paragraphs, body#award_recipients #wrap .container .paragraphs {
  padding: 20px;
}
/* line 93, ../sass/_base.scss */
body#meet_macao #wrap .container .paragraphs .paragraph_title, body#terms_and_conditions #wrap .container .paragraphs .paragraph_title, body#award_recipients #wrap .container .paragraphs .paragraph_title {
  padding-bottom: 10px;
}
/* line 96, ../sass/_base.scss */
body#meet_macao #wrap .container .paragraphs .paragraph_content, body#terms_and_conditions #wrap .container .paragraphs .paragraph_content, body#award_recipients #wrap .container .paragraphs .paragraph_content {
  padding-bottom: 10px;
  line-height: 25px;
}

/* line 105, ../sass/_base.scss */
body#meet_macao .container {
  min-height: 850px;
}

/* line 1, ../sass/_header.scss */
.main_nav {
  float: right;
}
/* line 3, ../sass/_header.scss */
.main_nav .navs {
  background-image: url("images/navs.png");
  background-repeat: no-repeat;
  width: 438px;
  height: 152px;
  float: left;
}
/* line 9, ../sass/_header.scss */
.main_nav .navs.terms {
  background-position: 0px 0px;
  width: 90px;
  height: 76px;
}
/* line 13, ../sass/_header.scss */
.main_nav .navs.terms:hover {
  background-position: 0px -76px;
}
/* line 17, ../sass/_header.scss */
.main_nav .navs.meet {
  background-position: -90px 0px;
  width: 90px;
  height: 76px;
}
/* line 21, ../sass/_header.scss */
.main_nav .navs.meet:hover {
  background-position: -90px -76px;
}
/* line 25, ../sass/_header.scss */
.main_nav .navs.travel {
  background-position: -180px 0px;
  width: 85px;
  height: 76px;
}
/* line 29, ../sass/_header.scss */
.main_nav .navs.travel:hover {
  background-position: -180px -76px;
}
/* line 33, ../sass/_header.scss */
.main_nav .navs.list {
  background-position: -265px 0px;
  width: 85px;
  height: 76px;
}
/* line 37, ../sass/_header.scss */
.main_nav .navs.list:hover {
  background-position: -265px -76px;
}
/* line 41, ../sass/_header.scss */
.main_nav .navs.index {
  background-position: -348px 0px;
  width: 85px;
  height: 76px;
}
/* line 45, ../sass/_header.scss */
.main_nav .navs.index:hover {
  background-position: -348px -76px;
}

/* line 53, ../sass/_header.scss */
body#index #header {
  overflow: hidden;
}
/* line 55, ../sass/_header.scss */
body#index #header .main_logo {
  float: left;
  padding-top: 50px;
}
/* line 59, ../sass/_header.scss */
body#index #header .main_wording {
  float: right;
  padding-top: 25px;
}

/* line 67, ../sass/_header.scss */
body#meet_macao #header, body#terms_and_conditions #header {
  padding-bottom: 10px;
}

/* line 73, ../sass/_header.scss */
body#treasure_game #header {
  position: fixed;
  top: 0;
  z-index: 1;
  left: 50%;
  margin-left: -187px;
}
/* line 79, ../sass/_header.scss */
body#treasure_game #header .main_nav {
  float: none;
  width: 375px;
  margin: 0 auto;
  display: block;
  height: 66px;
}
/* line 85, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs {
  background-image: url("images/navs_sm.png");
  width: 372px;
  height: 129px;
}
/* line 89, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.terms {
  background-position: 0px 0px;
  width: 75px;
  height: 64px;
}
/* line 93, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.terms:hover {
  background-position: 0px -66px;
}
/* line 97, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.meet {
  background-position: -75px 0px;
  width: 75px;
  height: 64px;
}
/* line 101, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.meet:hover {
  background-position: -75px -66px;
}
/* line 105, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.travel {
  background-position: -150px 0px;
  width: 75px;
  height: 64px;
}
/* line 109, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.travel:hover {
  background-position: -150px -66px;
}
/* line 113, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.list {
  background-position: -225px 0px;
  width: 75px;
  height: 64px;
}
/* line 117, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.list:hover {
  background-position: -225px -66px;
}
/* line 121, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.index {
  background-position: -300px 0px;
  width: 75px;
  height: 64px;
}
/* line 125, ../sass/_header.scss */
body#treasure_game #header .main_nav .navs.index:hover {
  background-position: -300px -66px;
}

/* line 1, ../sass/_footer.scss */
footer#footer {
  padding: 50px 100px;
}
/* line 3, ../sass/_footer.scss */
footer#footer .hosts {
  overflow: hidden;
  padding-bottom: 50px;
}
/* line 6, ../sass/_footer.scss */
footer#footer .hosts .left_side {
  float: left;
  padding: 0 20px;
}
/* line 10, ../sass/_footer.scss */
footer#footer .hosts .right_side {
  float: right;
}
/* line 12, ../sass/_footer.scss */
footer#footer .hosts .right_side .oganizers {
  overflow: hidden;
  padding-bottom: 30px;
}
/* line 15, ../sass/_footer.scss */
footer#footer .hosts .right_side .oganizers .organized {
  float: left;
  padding-right: 30px;
}
/* line 19, ../sass/_footer.scss */
footer#footer .hosts .right_side .oganizers .co-organized {
  float: right;
}
/* line 25, ../sass/_footer.scss */
footer#footer .hosts .sponsers .sponsers_label {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  vertical-align: top;
}
/* line 29, ../sass/_footer.scss */
footer#footer .hosts .sponsers .sponsers_inner {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  overflow: hidden;
}
/* line 32, ../sass/_footer.scss */
footer#footer .hosts .sponsers .sponsers_inner .sponser_left {
  float: left;
  margin-right: 30px;
}
/* line 36, ../sass/_footer.scss */
footer#footer .hosts .sponsers .sponsers_inner .sponser_right {
  float: right;
}
/* line 42, ../sass/_footer.scss */
footer#footer .labels {
  vertical-align: top;
  margin-right: 15px;
}
/* line 46, ../sass/_footer.scss */
footer#footer .viewers {
  overflow: hidden;
  text-align: center;
}

/* line 3, ../sass/_index.scss */
body#index .container .top_layer {
  position: relative;
  padding: 40px 100px;
}
/* line 6, ../sass/_index.scss */
body#index .container .top_layer .goto_treasure_game {
  position: absolute;
  top: -90px;
  right: 100px;
}
/* line 12, ../sass/_index.scss */
body#index .container .articles {
  overflow: hidden;
  padding: 110px 18px 0;
}
/* line 15, ../sass/_index.scss */
body#index .container .articles .article {
  float: left;
  background-image: url("images/index/index_article_bg.png");
  background-repeat: no-repeat;
  width: 344px;
  height: 281px;
  padding: 21px 19px 37px 34px;
}
/* line 22, ../sass/_index.scss */
body#index .container .articles .article .article_header {
  font-size: 18px;
  padding-bottom: 10px;
}
/* line 26, ../sass/_index.scss */
body#index .container .articles .article .article_image img {
  width: 290px;
  height: 150px;
}
/* line 31, ../sass/_index.scss */
body#index .container .articles .article .article_content span.article_text {
  font-size: 14px;
  padding-top: 10px;
  height: 50px;
  overflow: hidden;
  display: block;
  position: relative;
  line-height: 20px;
}
/* line 39, ../sass/_index.scss */
body#index .container .articles .article .article_content span.article_text.ellipsis:after {
  font-size: inherit;
  content: "...";
  position: absolute;
  background: #FFF;
  right: 0;
  bottom: 0;
  width: 1.7em;
}
/* line 51, ../sass/_index.scss */
body#index .container .articles .articles_bottom {
  width: 100%;
  display: block;
  text-align: center;
  overflow: hidden;
  padding-top: 30px;
}
/* line 57, ../sass/_index.scss */
body#index .container .articles .articles_bottom a.more_articles {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 63, ../sass/_index.scss */
body#index .popup_wrapper.active {
  display: block;
}
/* line 65, ../sass/_index.scss */
body#index .popup_wrapper.active .popup_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 75, ../sass/_index.scss */
body#index .popup_wrapper.active .popup {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -250px;
  margin-left: -286px;
  z-index: 2;
  background: #FFF;
  width: 572px;
  padding: 40px 0;
  text-align: center;
}
/* line 86, ../sass/_index.scss */
body#index .popup_wrapper.active .popup .close_btn {
  position: absolute;
  top: -17px;
  right: -17px;
}
/* line 91, ../sass/_index.scss */
body#index .popup_wrapper.active .popup .popupText_wrapper {
  padding: 20px 0 10px;
  font-size: 20px;
}
/* line 94, ../sass/_index.scss */
body#index .popup_wrapper.active .popup .popupText_wrapper .popup_text {
  padding-bottom: 10px;
}
/* line 98, ../sass/_index.scss */
body#index .popup_wrapper.active .popup .skip_btn {
  position: absolute;
  right: 40px;
  bottom: 40px;
}

/* line 3, ../sass/_meet_macao.scss */
body#meet_macao #wrap .container {
  padding: 100px 96px 20px;
  overflow: hidden;
}
/* line 6, ../sass/_meet_macao.scss */
body#meet_macao #wrap .container .video_box {
  display: inline-block;
  float: left;
  padding: 10px 8px 20px;
}
/* line 11, ../sass/_meet_macao.scss */
body#meet_macao #wrap .container .video_box .video_link .video_title {
  color: initial;
  text-align: center;
  padding: 20px 0;
}

/* line 2, ../sass/_award_recipients.scss */
body#award_recipients #wrap {
  background: none;
}
/* line 5, ../sass/_award_recipients.scss */
body#award_recipients #wrap .container {
  text-align: center;
  background: none;
  padding: 0px;
  padding-top: 50px;
  position: relative;
}
/* line 12, ../sass/_award_recipients.scss */
body#award_recipients #wrap .container .mailto {
  position: absolute;
  top: 189px;
  width: 215px;
  height: 25px;
  right: 215px;
  cursor: pointer;
}

/* line 1, ../sass/_treasure_game.scss */
body#treasure_game {
  background-image: none;
  margin: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
/* line 7, ../sass/_treasure_game.scss */
body#treasure_game .bg {
  position: fixed;
  top: -50%;
  left: -50%;
  width: 200%;
  height: 200%;
}
/* line 13, ../sass/_treasure_game.scss */
body#treasure_game .bg img.treasure_bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  min-width: 50%;
  min-height: 50%;
}
/* line 24, ../sass/_treasure_game.scss */
body#treasure_game #wrap {
  padding-top: 8%;
  width: 768px;
  margin: 0 auto;
}
/* line 29, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box {
  position: absolute;
}
/* line 31, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box .treasureBox_img_hover {
  display: none;
  margin-top: -26px;
  margin-left: -42px;
}
/* line 36, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box1 {
  top: 0px;
  left: 100px;
}
/* line 40, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box1:hover .treasureBox_img {
  display: none;
}
/* line 43, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box1:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 48, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box2 {
  top: 50px;
  left: 300px;
}
/* line 52, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box2:hover .treasureBox_img {
  display: none;
}
/* line 55, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box2:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 60, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box3 {
  top: 0px;
  left: 500px;
}
/* line 64, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box3:hover .treasureBox_img {
  display: none;
}
/* line 67, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box3:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 72, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box4 {
  top: 100px;
  left: 150px;
}
/* line 76, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box4:hover .treasureBox_img {
  display: none;
}
/* line 79, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box4:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 84, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box5 {
  top: 100px;
  left: 450px;
}
/* line 88, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box5:hover .treasureBox_img {
  display: none;
}
/* line 91, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box5:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 96, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box6 {
  top: 200px;
  left: -10px;
}
/* line 100, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box6:hover .treasureBox_img {
  display: none;
}
/* line 103, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box6:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 108, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box7 {
  top: 180px;
  left: 220px;
}
/* line 112, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box7:hover .treasureBox_img {
  display: none;
}
/* line 115, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box7:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 120, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box8 {
  top: 250px;
  left: 400px;
}
/* line 124, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box8:hover .treasureBox_img {
  display: none;
}
/* line 127, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box8:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 132, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box9 {
  top: 150px;
  left: 600px;
}
/* line 136, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box9:hover .treasureBox_img {
  display: none;
}
/* line 139, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box9:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 144, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box10 {
  top: 250px;
  left: 650px;
}
/* line 148, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box10:hover .treasureBox_img {
  display: none;
}
/* line 151, ../sass/_treasure_game.scss */
body#treasure_game #wrap .treasureBox_wrapper .treasure_box.box10:hover .treasureBox_img_hover {
  display: inline-block;
}
/* line 160, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup_mask {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
}
/* line 170, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup {
  background: url("images/treasure_game/popup_bg.png");
  position: relative;
  left: 50%;
  margin-left: -312px;
  width: 623px;
  height: 466px;
  z-index: 2;
}
/* line 178, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup a.close_btn {
  position: absolute;
  right: -10px;
  top: -10px;
}
/* line 182, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup a.close_btn img.close_btnImg {
  width: 40px;
  height: auto;
}
/* line 187, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content {
  display: none;
  padding: 120px 60px;
  text-align: center;
}
/* line 191, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .content_text {
  color: #333;
  font-size: 20px;
  line-height: 30px;
}
/* line 196, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content input.content_input {
  font-size: 18px;
  border: 2px solid #4F2802;
  width: 300px;
  height: 25px;
}
/* line 202, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .btns_wrapper {
  padding: 40px 0 20px;
  margin: 0 auto;
  overflow: hidden;
}
/* line 206, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .btns_wrapper .left {
  float: left;
}
/* line 209, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .btns_wrapper .right {
  float: right;
}
/* line 213, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .desc_text {
  display: inline-block;
  padding: 5px 0;
  border-top: 1px solid;
  border-bottom: 1px solid;
}
/* line 219, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .contentButton_wrapper {
  display: block;
}
/* line 222, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content .points {
  color: #C00;
  font-size: 20px;
}
/* line 229, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.email_popup input.content_input {
  margin: 20px 0 30px;
  height: 25px;
}
/* line 235, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.question_popup .btns_wrapper {
  width: 250px;
}
/* line 240, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.right_popup .btns_wrapper {
  width: 250px;
  padding: 60px 0;
}
/* line 246, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.wrong_popup .btns_wrapper {
  width: 250px;
  padding: 60px 0;
}
/* line 252, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.signup_popup #signUp_form {
  padding: 20px 0 10px;
}
/* line 254, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.signup_popup #signUp_form .forms_inner {
  padding-bottom: 10px;
}
/* line 256, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.signup_popup #signUp_form .forms_inner label {
  width: 75px;
  display: inline-block;
  color: #333;
  vertical-align: middle;
}
/* line 264, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.signup_popup .privacy_wrapper {
  padding-left: 50px;
}
/* line 266, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.signup_popup .privacy_wrapper .content_text {
  font-size: 13px;
}
/* line 270, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.signup_popup .privacy_wrapper .privacy_link {
  color: #C00;
}
/* line 276, ../sass/_treasure_game.scss */
body#treasure_game .games_popup .popup .popup_content.outLimits_popup a.confirm {
  display: inline-block;
  margin-top: 100px;
}
/* line 286, ../sass/_treasure_game.scss */
body#treasure_game .games_popup.active {
  display: block;
}
